home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_160 / calls / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  23 lines

  1.  
  2. Calls is a program which will print out the function calling hierarcy of all
  3. or some part of a 'C' program. It is a great tool to run when looking at 
  4. new code to help figure out what the heck it's doing. I tried it on some of
  5. my old code, highly illuminating!
  6.  
  7. The author of the original code is unknown to me, I do know it was 
  8. significantly modified by Kevin S. Braunsdorf and then posted on Usenet(Unix
  9. users network).
  10.  
  11. In porting it to the Amiga I could not find a way to pre-process the source 
  12. files using the manx package. As such the following options as described in 
  13. the original man page will not do anything:  -D, -U, -I.  
  14. I did try out the rest of the options and it seems to work fine. Also since 
  15. the pre-processor is not used to expand macros, any functions called by the 
  16. macro will be hidden. This should not affect the functionality too much, 
  17. just be aware that some macros will show up as functions in the output.
  18.  
  19. I modified the Unix manual page and put it in calls.amiga.man, so read it
  20. next to figure out how to use the program.
  21.  
  22.         Enjoy  George MacDonald (Yar Jeelich - My wookie name)
  23.